Clean up the code so < 0 == end wasn't just a side effect, remove most of
authorOwen Taylor <otaylor@redhat.com>
Wed, 27 Feb 2002 03:35:05 +0000 (03:35 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 27 Feb 2002 03:35:05 +0000 (03:35 +0000)
commita504e62e010dc7e396730a2e377ab16d7cc4b823
treeee9c23d02e8814e88d54e54d97d8a188f9f228f8
parent0205a7bdf2fd7e2c696332c462ec66c15572e01e
Clean up the code so < 0 == end wasn't just a side effect, remove most of

Tue Feb 26 22:22:37 2002  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkbox.c (gtk_box_reorder_child): Clean up
the code so < 0 == end wasn't just a side effect,
remove most of the manual linked list manipulation
code in favor of g_list_* functions.

Tue Feb 26 22:01:59 2002  Owen Taylor  <otaylor@redhat.com>

* gtk/tmpl/gtkbox.sgml: Fix docs to correspond to the code -
negative @position indicates the end of the list.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkbox.sgml
gtk/gtkbox.c